From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:05:12 +0000 (+0000) Subject: (syms_of_xselect): Fix spacing. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30773 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ee238d57737bb2a788be3951d300ed82329ce0ec;p=emacs.git (syms_of_xselect): Fix spacing. --- diff --git a/src/xselect.c b/src/xselect.c index cbef1ad3aa0..07a61ca2de3 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -2403,8 +2403,8 @@ The default value is `compound-text-with-extensions'. */); DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, doc: /* Coding system for the next communication with other X clients. Usually, `selection-coding-system' is used for communicating with -other X clients. But, if this variable is set, it is used for the -next communication only. After the communication, this variable is +other X clients. But, if this variable is set, it is used for the +next communication only. After the communication, this variable is set to nil. */); Vnext_selection_coding_system = Qnil;